Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Bump github.com/lainio/err2 from 0.9.1 to 0.9.40 #400

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2023

Bumps github.com/lainio/err2 from 0.9.1 to 0.9.40.

Release notes

Sourced from github.com/lainio/err2's releases.

v0.9.40

Changelog

  • 0840a45 3x faster deferred err handlers!!
  • b331abb Decamel alloc optimization
  • 11d92a0 Decamel separates pkg name with colon
  • 70cd2aa Logf works without argument
  • 035a755 Merge pull request #17 from lainio/v0-9-40
  • be238e6 add test/example for Catch fmt & bug fix
  • a5e430b added documentation to Result structs
  • cf5f95f all error handlers: func(err error) error
  • 4c79008 automigration quide
  • 27f7922 documentation for the asserter constants
  • 7c6609d finalizing v0.9.40
  • a707c9d func(error) error: is a new handler signature
  • ba69b38 go documentation update
  • b29d8e7 guides started for signature change
  • 1c0c9de informative RED runtime error message when type error detected
  • 03fa868 migration README
  • b7661da migration readme for Handle/Catch signature change
  • 958efb0 new bench rule
  • 8b6f2ea new err2.Handle API called when err == nil, experimental!
  • 5894459 new error handler signature docs & handler helpers: Noop,..
  • d1bd41d new samles to test certain features
  • b732158 new test for out.Handle
  • de3c035 performance boost explanation
  • c6ee08a reference benchmark to compare how well our err2.Handle is optimized
  • c17cc2b snippets for new error handler signature
Changelog

Sourced from github.com/lainio/err2's changelog.

Changelog

Version history

0.9.29
  • New API for immediate error handling: try out handle/catch err val := try.Out1strconv.Atois.Catch(10)
  • New err2.Catch API for automatic logging
  • Performance boost for assert pkg: defer assert.PushTester(t)()
  • Our API has now all the same features Zig's error handling has
Commits
  • 035a755 Merge pull request #17 from lainio/v0-9-40
  • 7c6609d finalizing v0.9.40
  • 03fa868 migration README
  • b331abb Decamel alloc optimization
  • a5e430b added documentation to Result structs
  • 1c0c9de informative RED runtime error message when type error detected
  • 4c79008 automigration quide
  • be238e6 add test/example for Catch fmt & bug fix
  • de3c035 performance boost explanation
  • c6ee08a reference benchmark to compare how well our err2.Handle is optimized
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 18, 2023
Bumps [github.com/lainio/err2](https://github.com/lainio/err2) from 0.9.1 to 0.9.40.
- [Release notes](https://github.com/lainio/err2/releases)
- [Changelog](https://github.com/lainio/err2/blob/master/CHANGELOG.md)
- [Commits](lainio/err2@v0.9.1...v0.9.40)

---
updated-dependencies:
- dependency-name: github.com/lainio/err2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/dev/github.com/lainio/err2-0.9.40 branch from 3c67814 to 8026920 Compare August 21, 2023 07:46
@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (909495f) 76.06% compared to head (909495f) 76.06%.
Report is 1 commits behind head on dev.

❗ Current head 909495f differs from pull request most recent head 8026920. Consider uploading reports for the commit 8026920 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #400   +/-   ##
=======================================
  Coverage   76.06%   76.06%           
=======================================
  Files         129      129           
  Lines        9204     9204           
=======================================
  Hits         7001     7001           
  Misses       1998     1998           
  Partials      205      205           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 22, 2023

Superseded by #402.

@dependabot dependabot bot closed this Aug 22, 2023
auto-merge was automatically disabled August 22, 2023 01:57

Pull request was closed

@dependabot dependabot bot deleted the dependabot/go_modules/dev/github.com/lainio/err2-0.9.40 branch August 22, 2023 01:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants